- script Anti_Corrupt -1,{OnInit: bindatcmd "monster",strnpcinfo(3)+"::OnAtcommand"; end; OnAtcommand: if (getmapxy(@mapname$,@mapx,@mapy,1,"+strcharinfo(0)+")!=0) goto Notfound; announce "[ "+strcharinfo(0)+" ] spawned a monster on "+@mapname$+" at X:"+@mapx+" Y:"+@mapy+" !",0; end; Notfound: mes "I can't seem to find the person anywhere!"; end;unbindatcmd "monster";}
This is what i got so far.
I'm trying to announce the "MAP LOCATION, MONSTER, MONSTER AMOUNT, GM NAME" everytime a Game Master uses @monster in game.
This is what i got so far.
I'm trying to announce the "MAP LOCATION, MONSTER, MONSTER AMOUNT, GM NAME" everytime a Game Master uses @monster in game.
Share this post
Link to post
Share on other sites