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