Xagul
deathzot.net
- Joined
- Jun 30, 2008
- Messages
- 1,295
- Solutions
- 3
- Reaction score
- 1,043
Hello, I am currently trying to get /ghost to work in lua and so far I'm having no luck. Right now I am trying to use this:
but it seems GAMEMASTER_INVISIBLE is not a condition =\... If there is a way to edit the source and make GAMEMASTER_INVISIBLE a real condition I would love some help with that otherwise if there is an alternative way I am also happy with that.
Code:
local condition = createConditionObject(GAMEMASTER_INVISIBLE)
but it seems GAMEMASTER_INVISIBLE is not a condition =\... If there is a way to edit the source and make GAMEMASTER_INVISIBLE a real condition I would love some help with that otherwise if there is an alternative way I am also happy with that.