mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 20:32:34 +00:00
d84312ea92
Added separate Script Configuration so that only the available function and constants are shown in the editor.
13 lines
283 B
Text
13 lines
283 B
Text
|
|
//**************************************************************************
|
|
//**
|
|
//** wvars.acs
|
|
//**
|
|
//**************************************************************************
|
|
|
|
/*
|
|
world int 0:WorldFree1;
|
|
world int 1:WorldFree2;
|
|
world int 2:WorldFree3;
|
|
world int 3:WorldFree4;
|
|
*/
|