Maegfaer Posted November 7, 2008 Share Posted November 7, 2008 This is my script: scn AgroActivatorAndArrays short oncelong ActorArraylong ActorPersonalArraylong ActorCombatTimeArrayfloat fQuestDelayTime begin gamemode if once == 0 set ActorArray to CreateArray -1 0 1 set ActorPersonalArray to CreateArray -1 0 1 set ActorCombatTimeArray to CreateArray -1 0 1 set once to 1 MessageBox "Arrays Created"endif if player.IsInCombat == 1 set fQuestDelayTime to 3else set fQuestDelayTime to 1endif if AgroAct.GetDistance Player > 120 AgroAct.moveto Player 0, 0, 140 endifAgroAct.Cast AgroActSpell Player end It doesn't seem to create the arrays at all. The MessageBox also doesn't show up... Anyone has any idea how this is possible? And yes, I have installed Pluggy correctly. The CS accepts these commands, but ingame they don't seem to run! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.