9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
|
#include "inc_system_const"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetLastOpenedBy();
|
||
|
|
||
|
FloatingTextStringOnCreature("Place a firearm inside of this container to begin upgrading it.", oPC, FALSE);
|
||
|
}
|