roriscrave
Advanced OT User
- Joined
- Dec 7, 2011
- Messages
- 1,210
- Solutions
- 35
- Reaction score
- 206
Hi, i tried to put skull in a monster, but he lost the skull:
local monster = Game.createMonster("Demon", position, true, true)
also tried add in xml
and tried
not work too
local monster = Game.createMonster("Demon", position, true, true)
monster:setSkull(3)
also tried add in xml
Code:
skull ="3"
<flag skull="3"/>
that returns a error Unknown flag attribute: skull.not work too
Last edited: