I just want to know how to add an automatic player command..
so it would be like this, First i will talk to the NPC " Gold Room NPC " Blah blah blah okay you can warp now. but before the warp the @alootid command will be trigger with a specific item...
Here's my script :
mes "[Treasurer]";
mes "Alright I will now send you to the Treasure Room, Take Care!.";
next;
set Zeny,Zeny-1000000;
warp "ordeal_2-2",156,155;
emotion 21;
Question
Yoona
I just want to know how to add an automatic player command..
so it would be like this, First i will talk to the NPC " Gold Room NPC " Blah blah blah okay you can warp now. but before the warp the @alootid command will be trigger with a specific item...
Here's my script :
Edited by Yoona4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.