MadMOOK
Hoo
- Joined
- Apr 20, 2011
- Messages
- 802
- Reaction score
- 44
I have a lever script that removes a statue with text "Flame room of skeletor".
The lever removes statue and respawns it on 3 min timer but the txt is not there. What line do i add? 0.3.7
This is what i have n it says unexpected aymbol by then
The lever removes statue and respawns it on 3 min timer but the txt is not there. What line do i add? 0.3.7
Code:
Function ontimer()
DocreateItem(1455,1,{x=1924,y=2795,z=11}) then
DoSetItemSpecialDescription(cid,"flame room of slimebeast")
End
This is what i have n it says unexpected aymbol by then
Last edited: