Alexandria
New member
Hello there,
I'm wondering why I'm getting this error when the time comes up.
[Warning]: script: buildin_atcommand: failed to execute command '@testb'[Debug]: Source (NPC): TEST#RoUG (invisible/not on a map)[Debug]: Source (NPC): TEST#RoUG (invisible/not on a map)
This is my npc:
- script TESTB#RoUG -1,{OnInit:bindatcmd("TESTB","TESTB#RoUG::OnAtcommand2");OnMon0001:atcommand "@testb";end;OnPCLoginEvent:OnAtcommand2:announce "hello world!",bc_self,0x7dfff1;end;}
How can i fix it? Thank you.
I'm wondering why I'm getting this error when the time comes up.
[Warning]: script: buildin_atcommand: failed to execute command '@testb'[Debug]: Source (NPC): TEST#RoUG (invisible/not on a map)[Debug]: Source (NPC): TEST#RoUG (invisible/not on a map)
This is my npc:
- script TESTB#RoUG -1,{OnInit:bindatcmd("TESTB","TESTB#RoUG::OnAtcommand2");OnMon0001:atcommand "@testb";end;OnPCLoginEvent:OnAtcommand2:announce "hello world!",bc_self,0x7dfff1;end;}
How can i fix it? Thank you.
Last edited by a moderator: