![]() |
Shameless Newbie Question :( - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Shameless Newbie Question :( (/Thread-Shameless-Newbie-Question) |
Shameless Newbie Question :( - pinku - 06-07-2013 10:02 AM Hey again, I'm usually stuck on the obvious, so if this is extremely stupid, I am sorry. :/ I have a bunch of text and a dialog above, but straight to the point: Code: button 45 425 <eval 0d2> <eval 0d3> 1 0 59 Code: ONBUTTON=59 Problem is: it does not set my skills when I click the button. No errors on console... just weird. Dialog and texts are fine. Any clue on where I am going wrong? Thanks! RE: Shameless Newbie Question :( - Mordaunt - 06-07-2013 10:38 AM Your buttons are wrong its: ON=59 ON=60 e.t.c... or ON=59,63 If (<argn>==59) blah elif (<argn>==60) e.t.c.. RE: Shameless Newbie Question :( - pinku - 06-07-2013 10:50 AM Sadly, this is not the problem. ON=59 doesn't work, and even if I used ONBUTTON=59, it didn't give me any errors. ;( For some reason the buttons are not functional at all. Sorted. Like I said, I ALWAYS miss the obvious. [DIALOG blabla button] lol Forgive me people, I'm really sorry. ![]() RE: Shameless Newbie Question :( - Mordaunt - 06-07-2013 11:38 AM ahh lol RE: Shameless Newbie Question :( - RanXerox - 06-08-2013 01:44 AM Unrelated... but you never need to "eval" a number like that: <eval 0d2> <eval 0d3> |