8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oArea = OBJECT_SELF;
|
||
|
|
||
|
// Spawn System
|
||
|
ExecuteScript("zss_area_exit", oArea);
|
||
|
}
|