Using a trigger to set up variables from my multi line prompt. I plan to create I miniwindow to organize and display this information. I created 3 separate triggers to successfully gag the prompt, and the first trigger with my HP/SP/EP works well.
My second and third triggers I get the following errors.
Compile error
World: Icesus
Immediate execution
[string "Trigger: Prompt_2"]:7: unexpected symbol near '='
Compile error
World: Icesus
Immediate execution
[string "Trigger: Prompt_3"]:4: malformed number near '1st'
I can't seem to figure out what is unexpected in prompt 2, and in prompt 3 it seems that the 1st/2nd included in the hour is messing it up.
Will include my 3 triggers below:
prompt_1
<HP: */* (* / *) SP: */* (*/*) EP: */* (*/*)>
to script
HP_Percent = %1
HPMax_Percent = %2
HP = %3
HPMax = %4
SP_Percent = %5
SPMax_Percent = %6
SP = %7
sPMax = %8
EP_Percent = %9
EPMax_Percent = %10
EP = %12
EPMax = %13
prompt_2
<Exp: * (Tnl: * (*) Tna: * (*)>
Exp = %1
Exp_Tnl = %2
Exp_Tnl_Percent = %3
Exp_Tna = %4
Exp_Tna_Percent = %5
Prompt_3
<Cash: * DF: * * Hour:( * )Status: (*) Reinctax: *>
Cash = %1
DF = %2
Light_Cycle = %3
Hour = %4
Status = %5
Reinc_Tax = %6
Any help would be greatly appreciated! :)
Thanks in advance
My second and third triggers I get the following errors.
Compile error
World: Icesus
Immediate execution
[string "Trigger: Prompt_2"]:7: unexpected symbol near '='
Compile error
World: Icesus
Immediate execution
[string "Trigger: Prompt_3"]:4: malformed number near '1st'
I can't seem to figure out what is unexpected in prompt 2, and in prompt 3 it seems that the 1st/2nd included in the hour is messing it up.
Will include my 3 triggers below:
prompt_1
<HP: */* (* / *) SP: */* (*/*) EP: */* (*/*)>
to script
HP_Percent = %1
HPMax_Percent = %2
HP = %3
HPMax = %4
SP_Percent = %5
SPMax_Percent = %6
SP = %7
sPMax = %8
EP_Percent = %9
EPMax_Percent = %10
EP = %12
EPMax = %13
prompt_2
<Exp: * (Tnl: * (*) Tna: * (*)>
Exp = %1
Exp_Tnl = %2
Exp_Tnl_Percent = %3
Exp_Tna = %4
Exp_Tna_Percent = %5
Prompt_3
<Cash: * DF: * * Hour:( * )Status: (*) Reinctax: *>
Cash = %1
DF = %2
Light_Cycle = %3
Hour = %4
Status = %5
Reinc_Tax = %6
Any help would be greatly appreciated! :)
Thanks in advance