Jump to content

CreateArray - Pluggy command


Maegfaer

Recommended Posts

This is my script:

 

 

scn AgroActivatorAndArrays

 

short once

long ActorArray

long ActorPersonalArray

long ActorCombatTimeArray

float 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 3

else

set fQuestDelayTime to 1

endif

 

 

 

if AgroAct.GetDistance Player > 120

AgroAct.moveto Player 0, 0, 140

endif

AgroAct.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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...