Bruce
Active member
Hello guys,
The manual says:
I really have trouble understanding the wording or technical terms on the manual sometimes :-(
Wish there were more examples...
I've tried:
For some reasons, only the RandomAggression script runs.
I must be doing something wrong.
Can someone please give me some advice?
Thank you so much
The manual says:
Code:
spawnscript {path}
This command defines which script to be run right after entity is spawned
Can be declared multiple times
In multiple spawnscripts case, script will be run from the 1st to the last
Wish there were more examples...
I've tried:
Code:
spawn Dummy2
health 1000
spawnscript data/scripts/LevelScripts/RandomPalette.c
spawnscript data/scripts/LevelScripts/RandomAggression.c
coords 455 1160
at 0
For some reasons, only the RandomAggression script runs.
I must be doing something wrong.
Can someone please give me some advice?
Thank you so much