PDA

View Full Version : Just something simple



SolitareConfinement
09-04-2008, 08:06 PM
imma Lich n00bz

basically want to know using the start_script, is it possible to pass variables? with something such like

start_script("tap #{target}")

which would obviously load the tap script using the target variable

stormtov
09-05-2008, 06:31 PM
start_wizard_script "test", [ "#{bla}", "#{blabla}" ].

The script you starting has to be in your lich script directy witht he file extension .cmd. That example would start the script test.cmd, as long as it was in lich/scripts, with the variables bla and blabla.

SolitareConfinement
09-05-2008, 09:31 PM
can't do it with all lich scripts?

stormtov
09-07-2008, 10:15 AM
oh i would assume so. I just assumed you meant SF/wizard scripts. I expect the format will be the same.