starting another script with arguments

Ask for help

Moderators: Murderator+, Murderator

Post Reply
clagio
Posts: 58
Joined: 2004-05-09 19:53:49

starting another script with arguments

Post 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?
Edred
Expert!
Posts: 2544
Joined: 2004-04-03 17:36:29
Location: Saint-Petersburg

Post by Edred »

It's impossible. Use Global variables only. UO.SetGlobal(), UO.GetGlobal()
Post Reply