Advertisement
Guest User

SOuNDSNC

a guest
Aug 5th, 2010
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. MakeActionbar
  2. Options: Action, Create Thread
  3. Return Type: (None)
  4. Parameters
  5. player = 0 <Integer>
  6. Grammar Text: MakeActionbar(player)
  7. Hint Text: (None)
  8. Custom Script Code
  9. Local Variables
  10. j = 0 <Integer>
  11. Actions
  12. General - While (Conditions) are true, do (Actions)
  13. Conditions
  14. j < 10
  15. Actions
  16. Dialog - Create a button for dialog InterfaceItems[player].ActionBar with the dimensions (80, 80) anchored to Center with an offset of ((-360 + (80 * j)), 27) setting the tooltip to "" with button text (Text((j + 1))) and the hover image set to ""
  17. Variable - Set InterfaceItems[player].ActionBarItem[j] = (Last created dialog item)
  18. Variable - Modify j: + 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement