Jump to content

Start

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Start

  1. change udt_maxhp and udt_hp to UMOB_MAXHP and UMOB_HP
  2. Are you using <tab> ? If yes, change for spaces
  3. Change this > #Body: < to this > Body: <
  4. Sorry, my bad... change getcharid(0) to getcharid(3)
  5. NPC 1: set .char_id,getcharid(0); donpcevent "NPC2:Event"; end; Continue: set .@char_rid,getvariableofnpc(.char_id,NPC2); attachrid(.@char_rid); [...] code [...] -/-/-/-/-/- NPC2: Event: set .@char_rid,getvariableofnpc(.char_id,NPC1); attachrid(.@char_rid); [...] code [...] set .char_id,getcharid(0); donpcevent "NPC1:Continue";
  6. The body of e-mail is not able to receive a new line.
×
×
  • Create New...