void main() { object oTarget; object oSpawn; location lTarget; oTarget = GetWaypointByTag("wp_rallhelp"); lTarget = GetLocation(oTarget); oSpawn = CreateObject(OBJECT_TYPE_ITEM, "rallhelpmessage", lTarget); }