ID:273329
 
hey anyone know how i go about making a verb like this for gms?
Get started with learning the basics and you can build up everything on your own without having to ask others.
Now doesn't that sound neat?
In response to Schnitzelnagler
hmm ive read it but it still dosent tell me how to make a PLAY MUSIC TO WORLD VERB -.-
In response to Daiguren Hyourinamru
It kind of assumes you do a little thinking about how the various commands can be used together. Perhaps this is an oversight on our part.
In response to Stephen001
actually I've read the guide and Ill code this for you I guess since I got nothing better to do. (in process will edit when done)
hmm im trying....
mob
Login()
if(usr.key=="Darkjohn66")
usr.verbs += /gmverbs/verb/

gmverbs
verb
test()
usr << ":D"

mob/Stat()
stat("Verbs",verbs)