Difference between revisions of "Unplayable Items"
Jump to navigation
Jump to search
good edit, Elder, but AddItem was, as far as I can tell, the correct function to call
imported>Elder m |
imported>DragoonWraith (good edit, Elder, but AddItem was, as far as I can tell, the correct function to call) |
||
Line 101: | Line 101: | ||
Tokens on the player: Very useful for OBSE key programming. It appears necessary to do this in 2 steps: | Tokens on the player: Very useful for OBSE key programming. It appears necessary to do this in 2 steps: | ||
(1) set tokenRef to player. | (1) set tokenRef to player.AddItem MyPlayerToken 1 | ||
(2) tokenRef.Activate player | (2) tokenRef.Activate player |