There's a bounty for this right? i spent nearly two full days at this
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
options += "Delete Shuttle"
|
||||
options += "Into The Sunset (delete & greentext 'escape')"
|
||||
|
||||
var/selection = input(user, "Select where to fly [name || id]:", "Fly Shuttle") as null|anything in options
|
||||
var/selection = tgui_input_list(user, "Select where to fly [name || id]:", "Fly Shuttle", options)
|
||||
if(!selection)
|
||||
return
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
if (canDock(S) == SHUTTLE_CAN_DOCK)
|
||||
options[S.name || S.id] = S
|
||||
|
||||
var/selection = input(user, "Select the new arrivals destination:", "Fly Shuttle") as null|anything in options
|
||||
var/selection = tgui_input_list(user, "Select the new arrivals destination:", "Fly Shuttle", options)
|
||||
if(!selection)
|
||||
return
|
||||
target_dock = options[selection]
|
||||
|
||||
Reference in New Issue
Block a user