![]() |
|
#4
|
|||
|
|||
|
Thanks, this would be useful.
Quote:
Code:
public override void OnPlaceEnter(Player player, AiActor actor, int placeIndex)
{
AiAircraft ac = actor as AiAircraft;
AiActor ak = ac as AiActor;
GamePlay.gpHUDLogCenter(ak.Name());
}
|
|
|