Jump to content

Code Help Please


Dahak

Recommended Posts

For the add_char_to_party call I get a bad term in expression on line 78.

 

For the place_monster call I also get a bad term in expression on line 83.

 

Ideas? The syntax matches my BoA Appendix.

 

Code:
	if ( is_combat() == FALSE && has4_left == TRUE && npc4_type == creature_type(86) && npc4_name == npc4_name_check) {		add_char_to_party(86);		//Set dummy placeholder for NPC 4		//Creature Type 0 should be invisible.  Be careful to not accidently kill it outside of combat using a mass-kill.		//IMPORTANT!  Replace ?,? with the x,y coordinates of a location the party cannot walk.		place_monster(0,0,1,1);  //Creature 86		set_attitude(86,4);		set_mobility(86,0);	}
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...