Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
7
_module/nss/lel_unafk.nss
Normal file
7
_module/nss/lel_unafk.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object player = GetPCSpeaker();
|
||||
DestroyObject(GetLocalObject(player, "afk_butterflies"));
|
||||
SetLocalInt(player, "isAFK", FALSE);
|
||||
SetCommandable(TRUE, player);
|
||||
}
|
||||
Reference in New Issue
Block a user