Can't remember how to write basic scripts or if I did, how to initiate it from the command line.
What I want to do is set up something to help put my weapon away, skin, search and loot a critter. How would this look?
Thanks
Writing basic scripts on 12/09/2012 09:55 AM CST
Re: Writing basic scripts on 12/09/2012 11:06 AM CST
Something simple? COuld be as easy as
put stow right
put kneel
put pray
put skin $1
put stow right
put loot
echo *
echo * I am a dumb script, so don't forget to pick up your loot.
echo *
Then save that as a file like SKINNER. It would be run by typing .SKINNER <CREATURE> .
And it's not a very sophisticated script, at all.
Go to this site, and check out some of the scripts there. And if you're interested less in writing and more in using, consider installing Lich.
http://www.gsguide.net/index.php?title=Scripts
Doug
put stow right
put kneel
put pray
put skin $1
put stow right
put loot
echo *
echo * I am a dumb script, so don't forget to pick up your loot.
echo *
Then save that as a file like SKINNER. It would be run by typing .SKINNER <CREATURE> .
And it's not a very sophisticated script, at all.
Go to this site, and check out some of the scripts there. And if you're interested less in writing and more in using, consider installing Lich.
http://www.gsguide.net/index.php?title=Scripts
Doug
Re: Writing basic scripts on 12/09/2012 11:43 AM CST
If you use Stormfront here is another good page about scripting on Simu's site. Find a script from somewhere then open it up to see how it works.
http://www.play.net/playdotnet/play/stormfront_scripting.asp
Chad, player of a few
http://www.play.net/playdotnet/play/stormfront_scripting.asp
Chad, player of a few
Re: Writing basic scripts on 12/09/2012 01:43 PM CST
Re: Writing basic scripts on 12/09/2012 04:57 PM CST