11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetEnteringObject();
|
||
|
|
||
|
if (GetIsPC(oPC)==TRUE)
|
||
|
{
|
||
|
SetLocalInt(oPC,"refill",1);
|
||
|
FloatingTextStringOnCreature("I can refill my water containers here.",oPC,TRUE);
|
||
|
}
|
||
|
}
|