9.3 New Stuff!

I got a questions about the new stuff in v. 9.3...

1) How do you use the new commands as put in this thread?

I would like to start using it in a script i'm working on. Thanks!
 
[quote author=holatuwol link=topic=482.msg2340#msg2340 date=1159823234]
disable( "eat" );
enable( "eat" );
[/quote]

Alright cool!
Also, is it possible to put multiple "actions" togather in one string?
example
Code:
disable("eat, drink, use")
//or//
enable("eat, drink, use")
 
[quote author=holatuwol link=topic=482.msg2343#msg2343 date=1159831841]
No, but that sounds like a good idea, so I'll add it to the next release.
[/quote]

Sorry to bother but is their also a
disable( "purchase" )
command? (for testing so you don't actually buy 100k worth of stuff on script testiong...)
 

holatuwol

Developer
Any function name is valid. Purchase isn't a function name, so no, purchase wouldn't work. "buy" might work, though.
 
Top