Jump to content
Battlefront is now Slitherine ×

Fieldmines...


Pajeu

Recommended Posts

Someone would tell me why works the fieldmines?

I did a trigger MineField with the following text:

ProcessMinefield ( Army , 1 , ALL , "MineField1" , 100)

and put in Init Trigger the text:

RunTrigger ( "MineField" )

and I did a Rectangle Minefeld1 in the menu Rect, points...

but it didn't work...

I don't know what do I do...

P.

[ December 14, 2007, 02:40 AM: Message edited by: Pajeu ]

Link to comment
Share on other sites

your trigger MineField must have a delay added after string ProcessMinefield, for example

Delay ( 1000 )

and minefield will check for units in it each second (1000 milliseconds). Otherwise trigger will run all the time in infinite loop and may hang the game.

In addition, all the parameters in brackets must have spaces before and after them, in your primer there should be ", 100 )" instead of ", 100)".

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...