utofaery Posted February 5, 2019 Posted February 5, 2019 Spoiler OnSpawn: .Mob = monster (.mapName$,0,0,"--ja--",2950,1,"WasrpieMonster::OnSpawn"); announce " Oh No IT came on " + .mapName$ + " " + .@x + "x" + " " + .@y + "y again ! " ,bc_all,C_WHITE; How do I get .Mob's .@x and .@y?? so I can announce it's position? Quote
0 AnnieRuru Posted February 5, 2019 Posted February 5, 2019 https://annieruru.blogspot.com/2019/01/compare-getunitdata-on-rathenahercules.html Quote
Question
utofaery
OnSpawn:
.Mob = monster (.mapName$,0,0,"--ja--",2950,1,"WasrpieMonster::OnSpawn");
announce " Oh No IT came on " + .mapName$ + " " + .@x + "x" + " " + .@y + "y again ! " ,bc_all,C_WHITE;
How do I get .Mob's .@x and .@y??
so I can announce it's position?
1 answer 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.