Bool Function HasGold() ; Bool型の値を返すべきだけど返さずに終わってみる EndFunction Event OnInit() if HasGold() ; 何も返ってこない Debug.Trace("I have gold.") endif EndFunction