11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
|
#include "NW_I0_PLOT"
|
||
|
#include "MERC_CONSTANTS"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
int premium = GetLocalInt(OBJECT_SELF,"HI");
|
||
|
TakeGold(premium,GetPCSpeaker());
|
||
|
SetLocalInt( OBJECT_SELF, "WAGE", premium/2 );
|
||
|
}
|
||
|
|