Initial commit
Initial commit.
This commit is contained in:
10
_module/nss/trig_can_refill.nss
Normal file
10
_module/nss/trig_can_refill.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
if (GetIsPC(oPC)==TRUE)
|
||||
{
|
||||
SetLocalInt(oPC,"refill",1);
|
||||
FloatingTextStringOnCreature("I can refill my water containers here.",oPC,TRUE);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user