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