Talk:OnUpdate - Form

From the CreationKit Wiki
Revision as of 08:49, 6 March 2012 by imported>Oss133
Jump to navigation Jump to search

I have attached a script to a weapon that says somthing like this,


Event OnEquipped()

RegisterForUpdate(5)

Debug.Notification("Registered")

EndEvent

Event OnUpdate()

Debug.Notification("Updating")

EndEvent


When I Equip the Weapon I get the "Registered" message but i never get the "Updating" message.

Anyone have any idea why?

Oss133