6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetEnteringObject();
|
||
|
FloatingTextStringOnCreature("Press your Rest Button (R) to use the PC Wand.", oPC, FALSE);
|
||
|
}
|