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