I'm in the finishing stage of a map, however, I'd like to create a function to aid beta testers and creators whilst they play the map (give them boots of speed to a hero, xp etc. etc.)
Now, before you respond:
Code: Select all
Greet Testers
Events
Player - Player 1 (Red) types a chat message containing -editorbonus as An exact match
Conditions
Actions
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Name of (Triggering player)) Equal to (==) [Wanted Name]
I thought maybe, if everyone's names were recorded at the start and only those names were recognized, that this would fix this method. However, I have no idea how to go about recording those names.
I thought this would work:
Code: Select all
Do Multiple ActionsFor each (Integer B) from 1 to 10, do (Actions)
Loop - Actions
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
Then - Actions
Set PlayerNames[(Integer B)] = (Name of (Player((Integer B))))
Else - Actions
Help? kgr8.