Talk:OnInit

From the CreationKit Wiki
Jump to navigation Jump to search

While usually not a great idea, Using OnInit can be used on unfilled alias' by doing the following


Event OnInit()

If GetRef() != None

code here

Endif

EndEvent