Talk:OnUpdate - Form
Revision as of 08:48, 6 March 2012 by imported>Oss133
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