Quote:
Originally Posted by Funky Dynamite
Ah, I see what I was doing wrong; I was spelling out "Charisma" I see you have "Char," how do you know what to put there? Like is Intelligence Intell, and Dexitary is Dexit, etc., etc...?
|
actually, char is a reference to a character. Any character, regardless of PC/NPC or monster. Monsters do not currently have stats scores (str, int, wis, ect), but a GPDL script that does 1d2 damage to a character HP score (as an example):
$SET_CHAR_HITPOINTS($TargetIndex(), "-1d2");
WILL work on monsters 'cuz they have hitpoints.
ST