[THAW-THPG][PC/XBX/PS2]Make an array menu
Forum rules
This forum is only for posting tutorials.
Specify what game it is for, and please take a look at this Template.
This forum is only for posting tutorials.
Specify what game it is for, and please take a look at this Template.
Re: [TUROTIAL: Thaw] Make an array menu
Somebody can say or make an Tutorial for an easier Way to create à menü pls
Re: [TUROTIAL: Thaw] Make an array menu
It's the easiest way and it saves more time then other ways.cookie90 wrote:Somebody can say or make an Tutorial for an easier Way to create à menü pls
Re: [TUROTIAL: Thaw] Make an array menu
how to pls 
3. Now Right click and select "Add Child" and select "SectionArray".
4. Select it and give it a name
(This is the "ArrayName" from the func you have made)
5. Now Right click the "SectionArray" and Add Child; "ArrayStruct"
6. Now Right click the "ArrayStruct" and Add Child; "StructHeader"
7. Then Add these childs to "ArrayStruct":
Code: Select all
StructItemString
StructItemQbKey
StructItemIntreger
Here i'll show you what to fill the boxes with
StructItemString:
ItemQbKey = "text"
Text = "The text in your menu item" (ex. "Debug Menu")
StructItemQbKey:
ItemQbKey = pad_choose_script
QB Key = "create_???_menu" (the function name of your ""link"")
StructItemIntreger:
ItemQbKey = "rot"
number = "0" (This is the rotation of the meu item, use "-2" and up to "4")

3. Now Right click and select "Add Child" and select "SectionArray".
4. Select it and give it a name
(This is the "ArrayName" from the func you have made)
5. Now Right click the "SectionArray" and Add Child; "ArrayStruct"
6. Now Right click the "ArrayStruct" and Add Child; "StructHeader"
7. Then Add these childs to "ArrayStruct":
Code: Select all
StructItemString
StructItemQbKey
StructItemIntreger
Here i'll show you what to fill the boxes with
StructItemString:
ItemQbKey = "text"
Text = "The text in your menu item" (ex. "Debug Menu")
StructItemQbKey:
ItemQbKey = pad_choose_script
QB Key = "create_???_menu" (the function name of your ""link"")
StructItemIntreger:
ItemQbKey = "rot"
number = "0" (This is the rotation of the meu item, use "-2" and up to "4")
Re: [TUROTIAL: Thaw] Make an array menu
You dont know how make this menu?
-
- Posts: 117
- Joined: Sun Mar 14, 2010 9:07 am
Re: [TUROTIAL: Thaw] Make an array menu
Can I create menu's with only one script?
I just want to call Array with different names
but I don't want to make a lot of scripts
like $text$ or $rot$ name it in queen bee
I just want to call Array with different names
but I don't want to make a lot of scripts
like $text$ or $rot$ name it in queen bee