Blockland Forums > Modification Help
Can't change the player's datablock all right and proper.
otto-san:
Yes. :cookieMonster:
Iban:
The problem is you're not checking to see anything other than if the thing is actually a player object.
if(fileName(%db.shapeFile) $= "m.dts")
and
if(%db.canJet)
Chrono:
--- Quote from: Giovan on March 24, 2011, 10:09:25 PM ---I wasn't running a minigame at the time. Do I need to?
--- End quote ---
Yeah, that's the only way ::damage gets called.
Giovan:
owut
I knew that.
Also, Iban, that seems like a smart sanity check, but why would lacking that break it entirely?
Iban:
Your complaint was that it changed the horse into a man, among other things.
This fixes issue #1.