Jump to content

  •  

hadiesyafiq

Member Since 31 Mar 2016
Offline Last Active Jun 04 2017 09:06 AM
-----

Posts I've Made

In Topic: [How To Add] Always show emotion npc

14 May 2017 - 05:18 AM

This is could be done using 2 script commands showevent() or questinfo() for more informations you can check the commands documentation https://github.com/H...txt#L8976-L9017

i try like this but now work 

 

izlude,100,100,4    script    Test    102,{
        mes("[Test]");
        mes("Hello World.");
        close();
 
    OnInit:
        showevent(QTYPE_QUEST, 0);
        end;
    }