Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
8
_module/nss/wa_turn90.nss
Normal file
8
_module/nss/wa_turn90.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
if (GetLocalInt(OBJECT_SELF, "Done") == 1)
|
||||
return;
|
||||
|
||||
SetLocalInt(OBJECT_SELF, "Done", 1);
|
||||
SetFacing(GetFacing(OBJECT_SELF) + 90.0);
|
||||
}
|
||||
Reference in New Issue
Block a user