SphereCommunity
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
button  135 425 <eval 0d2> <eval 0d3> 1 0 60
button  240 425 <eval 0d2> <eval 0d3> 1 0 61
button  365 425 <eval 0d2> <eval 0d3> 1 0 62
button  225 455 <eval 0d2> <eval 0d3> 1 0 63

Code:
ONBUTTON=59
SRC.Fencing=600
SRC.Magery=600
SRC.Tactics=500
SRC.Anatomy=500
SRC.Healing=500
SRC.GO 1,1 (for example)
SRC.MESSAGE Skills are set...

ONBUTTON=61
SRC.Swordsmanship=600
SRC.Magery=600
SRC.Tactics=500
SRC.Anatomy=500
SRC.Healing=500
SRC.GO 1,1 (for example)
SRC.MESSAGE Skills are set...

etc...

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. Sad


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>