13 lines
166 B
Plaintext
13 lines
166 B
Plaintext
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
CreateItemOnObject("sociallevel", oPC);
|
||
|
|
||
|
FloatingTextStringOnCreature("Your Social Level Has Increased by 1", oPC);
|
||
|
|
||
|
}
|
||
|
|