Page 1 of 1

starting another script with arguments

Posted: 2004-12-17 11:38:50
by clagio
I want to create a script that start many other, passing them some arguments..
Without arguments i start my scripts with:
UO.Exec ('exec second_script')


but for the third_script i have 2 arguments to passs trough.. how can i do?

i tried saying in game ,exec third_script 1 1, but it doesn't work..

p.s. from the read-only properties what can i use for the red potion?

Posted: 2004-12-17 19:17:24
by Edred
It's impossible. Use Global variables only. UO.SetGlobal(), UO.GetGlobal()