openclonk/planet/Objects.ocd/Rules.ocd/BuyAtFlagpole.ocd/Script.c

11 lines
200 B
C

/*-- Buy at flagpole --*/
protected func Activate(int iByPlayer)
{
MessageWindow(GetProperty("Description"), iByPlayer);
return true;
}
local Name = "$Name$";
local Description = "$Description$";