Try spawning this object every few seconds:
Civilian -> System -> RadiationFieldLarge
No idea if it works.
Originally Posted by: I^Love^Mixery
i found it how to make it work
add waypoint at the place where you want the radiation field
give waypoint name radiationfield
go to scripts and name the script nuke1
and choose in if action true
[units]-> [spawn]-> spawn-- unnamed unit on a team at a waypoint
fill it in as followed
spawn unit of type'
RadiationFieldLarge'on Team'
teamPlyCivilian' at waypoint Waypoint'
radiationfield'
and click OK
then choose
[scripting]-> [script]-> Enable Script
fill it in as followd
Enable Script 'nuke1 C'.
if you did it right you will see this script
*** IF ***
True.
*** THEN ***
Spawn unit of type 'RadiationFieldLarge' on Team 'teamPlyrCivilian' at waypoint Waypoint 'radiationfield'
Enable Script 'nuke1 C'.
if thats correct you copy your script nuke1 (the copy will be automatically named "nuke1 C"
edit this script as followed
open the tab if true action
select enable script "nuke1 C" and change it to "nuke1"
so if you have done it right you have 2 scripts
Named "nuke1" and "nuke1 C"
start game and check if its works :)
now it will spawn every frame a radiationfieldlarge (VERY LARGE :P)
Edited by user
12 years ago |
Reason: Not specified