I need help with scripting Variables...
I want it so that when someone says something to me... it'll set alot of Variables containing "stats"
I know how to do that bit.. but I can't figure out the Wildcard to make me say something back to that player straight away...
Also, when they say something else to me, it'll say all of they're "stats"
I know it's a must use VBScripts thing..
I know it can be done, I've seen it done before...
I know it's something like...
Trigger: (player's name) says: Stats
Label: SendStats
Script: SendStats
Sub SendStats
stat = world.GetVariable ("(Player's name)_stat")
world.send "say (Player's name) stat"
end sub
or something along those lines...
Thanx in advance.
~Rhinoa~
I want it so that when someone says something to me... it'll set alot of Variables containing "stats"
I know how to do that bit.. but I can't figure out the Wildcard to make me say something back to that player straight away...
Also, when they say something else to me, it'll say all of they're "stats"
I know it's a must use VBScripts thing..
I know it can be done, I've seen it done before...
I know it's something like...
Trigger: (player's name) says: Stats
Label: SendStats
Script: SendStats
Sub SendStats
stat = world.GetVariable ("(Player's name)_stat")
world.send "say (Player's name) stat"
end sub
or something along those lines...
Thanx in advance.
~Rhinoa~