Hi :)
Is there a way to call subs into other subs..?
Like..:
Trigger:
Rhinoa says: Test
Label: Test
Sub: Test
I'm doing something that needs the programming like this, so I can't do it all in 1 sub..
Hope you can help! :)
~Rhinoa~
Is there a way to call subs into other subs..?
Like..:
Trigger:
Rhinoa says: Test
Label: Test
Sub: Test
Sub Test (strname, trig_line, arrWildCards)
if arrWildCards (1) = "Test" then
callsub Tester
end sub
Sub Tester (strname, trig_line, arrWildCards)
world.note "Hey, it worked"
end sub
I'm doing something that needs the programming like this, so I can't do it all in 1 sub..
Hope you can help! :)
~Rhinoa~