ID:1767521
 
Keywords: button, interface, obj, window
(See the best response by Nadrew.)
Code:
obj
items
standard
verb
Start()
print()


Problem description:

i can't get the button i made in a interface window to call the verb in my obj
should have added more info,

for the buttons command i wrote Start
Best response
Window buttons work exactly how the system would work if you entered the command into the input in your game, meaning that the verb has to be accessible to the player to be used.

If you want to use an object's verb on a button you'd have to either use the 'set src' setting and make the verb accessible to anyone within the scope of that, or manually add that verb to the mobs verbs command which can get tricky when you start worrying about accessors and executors.

Or you can just make the command a verb that all mobs share by changing it to a /mob/verb.