Aschbourne_PRC8/_module/nss/fake_conditional.nss
GetOffMyYarn d39928374d Area Changes and other fixes
Added CCOH
Fixed some on death issues
Fixed the gaurd
Added Server Enty/ooc
changed some areas back to original craftable
2024-08-30 10:02:16 -04:00

10 lines
95 B
Plaintext

int StartingConditional()
{
int i = 3;
if(i==1)
return TRUE;
return FALSE;
}