Jump to content

Needing Script help in Private Army mod


jonisame

Recommended Posts

I have some issues having with enemy spawn script and sick of guessing the problem :wallbash: ....

I have tried two kinds of quest scripts they work for one time but thats it

 

my first idea was that every day there would be a change that there might come new enemies in the enemies base and the script goes like follows

 

Begin Gamemode

if AA == 0

set enemyReinforce to GameDaysPassed + 1

set AA to 1

elseif enemyreinForce <= Gamedayspassed

EnemyBaseSpawn.PlaceAtMe AAEnemy1

EnemyBaseSpawn.PlaceAtMe AAEnemy2

and so..

set AA to 0

endif

end

 

this d

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