Module commit
Module commit.
This commit is contained in:
6
_module/nss/_exit_field.nss
Normal file
6
_module/nss/_exit_field.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
if (GetTag(OBJECT_SELF) == "PlantableField") SetLocalInt(GetEnteringObject(),"iAmInField",0);
|
||||
if (GetTag(OBJECT_SELF) == "PlantableWaterField") SetLocalInt(GetEnteringObject(),"iAmInWaterField",0);
|
||||
|
||||
}
|
Reference in New Issue
Block a user