Sergardo Posted January 22, 2021 Posted January 22, 2021 I want to call an NPC using bindatcommand function. Example NPC 1. when i type @npc1, i can access the NPC1 (Stylist) you can access the NPC Anywhere in the server by a command. But the same time, the NPC also exist in server. Quote
0 crazyarashi Posted January 22, 2021 Posted January 22, 2021 - script npc_example -1,{ OnCommand: //Add event on the start of your npc mes "I'm the Example."; end; OnInit: bindatcmd "npc1",strnpcinfo(3) + "::OnCommand"; end; } Quote
0 Sergardo Posted January 22, 2021 Author Posted January 22, 2021 6 hours ago, crazyarashi said: - script npc_example -1,{ OnCommand: //Add event on the start of your npc mes "I'm the Example."; end; OnInit: bindatcmd "npc1",strnpcinfo(3) + "::OnCommand"; end; } thx , but example i need is i want to call my stylist npc when @style Quote
0 Haruka Mayumi Posted January 22, 2021 Posted January 22, 2021 you should atleast throw your stylist script on a code box. Quote
Question
Sergardo
I want to call an NPC using bindatcommand function. Example NPC 1. when i type @npc1, i can access the NPC1 (Stylist)
you can access the NPC Anywhere in the server by a command. But the same time, the NPC also exist in server.
3 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.