Hello everybody.
I'm new to the forums (first real post), but been lurking and reading for weeks.
Going over the Ghost Shooter tutorial and the provided version with extra doodads, I couldn't figure out how to replicate the code for:
1) System->Player.Count=0
Via what function/how is Player.Count accessed?
2) In the following code sample:
<img src="http://www.darksunpictures.com/public/Test_Code1.jpg" border="0" />
The system condition with player count is a sub-event which automatically seems to function as an AND condition. Is this the only function for sub-events? Can they run chain style or as an OR or IF? What would be the code examples?