- Joined
- Jul 5, 2007
- Messages
- 338
Hi, I was able to make a Player into an Observer using the following Custom Script action:
Is it possible to do it inversely? Meaning can you change someone who has been changed into an Observer via the above action into a Player/User again?
EDIT: On a side-note, sorry if I submitted to the wrong section. Only realized until now I placed it in the wrong section possibly.
JASS:
call SetPlayerState( udg_PlayerVariable, PLAYER_STATE_OBSERVER, 1)
Is it possible to do it inversely? Meaning can you change someone who has been changed into an Observer via the above action into a Player/User again?
EDIT: On a side-note, sorry if I submitted to the wrong section. Only realized until now I placed it in the wrong section possibly.