View/Edit #9494:d

Switch to edit mode.

Name(s): d
1:  player:tell("This setting determines how many of the Max possible Ports will be")
2:  player:tell("created during this execution of the BigBang.")
3:  player:tell("")
4:  player:tell("A " + tostr(this.def_initial_starports) + "% initial port population is recommended")
5:  player:tell("")
6:  port = 0
7:  while (port < 10 || port > 100)
8:    port = toint($cmd_utils:read("SELECT INITIAL PORT POPULATION. FROM 10 TO 100 PERCENT"))
9:  endwhile
10: this.initial_starports = toint(tofloat(port) / 100.0 * tofloat(this.max_starports))
11: this:look_Self()
12: "Last modified by Dax (#789) on Tue May  3 14:09:37 2005 MDT."

Verb arguments: any any any
Verb perms: Readable NOT-Debug
Verb owned by: Oblivion (#7951)

You are not logged in.

[home | help | who | search | setup | code]