8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
|
void main()
|
||
|
{
|
||
|
GiveXPToCreature(GetPCSpeaker(), 100);
|
||
|
string sNote = GetLocalString(GetPCSpeaker(), "CurrentLandGate");
|
||
|
CreateItemOnObject(sNote, GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|