- Joined
- Aug 11, 2009
- Messages
- 605
If I in a function for example do this (Triggerin Player in this example is Player 1):
Set PlayerNumber = (Number of Triggering Player)
Create Quest
Set Last Created Quest = Quest001[PlayerNumber]
If I call the variable in the future will it be known as "Quest001[PlayerNumber]" or "Quest001[1]"?
So that I can use the PlayerNumber variable to store several Player numbers and save seperate quests for seperate players and be able to call them again when needed. Ofcourse by setting the PlayerNumber variable to the right player before calling the Quest variable again.
Thanks for any help on this, might be bad explaining, just say if that is the case
Set PlayerNumber = (Number of Triggering Player)
Create Quest
Set Last Created Quest = Quest001[PlayerNumber]
If I call the variable in the future will it be known as "Quest001[PlayerNumber]" or "Quest001[1]"?
So that I can use the PlayerNumber variable to store several Player numbers and save seperate quests for seperate players and be able to call them again when needed. Ofcourse by setting the PlayerNumber variable to the right player before calling the Quest variable again.
Thanks for any help on this, might be bad explaining, just say if that is the case