6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
|
void main()
|
||
|
{
|
||
|
SetLocalInt(OBJECT_SELF,"NW_L_GoldRewarded",500);
|
||
|
SetLocalInt(OBJECT_SELF,"NW_L_ItemRewarded",TRUE);
|
||
|
}
|