Page 1 of 1

LUNADLL Problem (PLEASE RESPOND)

Posted: Sat Sep 20, 2014 10:40 am
by Martijn
//Set all NPCs that have the given NPCID to have taken HITS amount of hits.

SetHits,209,2,7,0,2,0

#END
This is how it went: i set the npc as mother brain, she apperars in section 2, and her hit count is set to 7, meaning she needs 3 hits to kill. Problem here? The lunadll does not work when i ENTER the section, but does when the player starts there. What happend?

Re: LUNADLL Problem (PLEASE RESPOND)

Posted: Sat Sep 20, 2014 11:48 am
by FanofSMBX
It needs to start with "#2" on a line above that.

Re: LUNADLL Problem (PLEASE RESPOND)

Posted: Sat Sep 20, 2014 11:57 am
by Martijn
Like This?
//Set all NPCs that have the given NPCID to have taken HITS amount of hits.

#2

SetHits,209,2,7,0,2,0

#END

Re: LUNADLL Problem (PLEASE RESPOND)

Posted: Sat Sep 20, 2014 12:02 pm
by FanofSMBX
I think so