You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
765 B
37 lines
765 B
event_inherited()
|
|
itemid = 2
|
|
text1 = get_text("Items", "SpiderBall")
|
|
if (global.opspdstyle == 0)
|
|
{
|
|
if (global.opaimstyle == 0)
|
|
{
|
|
text2 = get_text("Items", "SpiderBallPress_Text1")
|
|
btn1_name = "Aim"
|
|
}
|
|
else
|
|
{
|
|
text2 = get_text("Items", "SpiderBallPress_Text2")
|
|
btn1_name = "Aim"
|
|
btn2_name = "Aim2"
|
|
}
|
|
}
|
|
if (global.opspdstyle == 1)
|
|
{
|
|
text2 = get_text("Items", "SpiderBallPress_Text1")
|
|
btn1_name = "Down"
|
|
}
|
|
if (global.opspdstyle == 2)
|
|
{
|
|
if (global.opaimstyle == 0)
|
|
{
|
|
text2 = get_text("Items", "SpiderBallHold_Text1")
|
|
btn1_name = "Aim"
|
|
}
|
|
else
|
|
{
|
|
text2 = get_text("Items", "SpiderBallHold_Text2")
|
|
btn1_name = "Aim"
|
|
btn2_name = "Aim2"
|
|
}
|
|
}
|