Author Topic: Variables/Conditions not working. (not Showing up)  (Read 367 times)

Im not having problem myself, but 2 of my friends are. Variables and Cond wont show up in the event menu. VCE extents will.
But not IFrandom and Ifdiceroll and Varibletrue, all of it is missing, not sure on this one.

Do you have Version. 6 Downloaded?
Cause downloading the newest version overwrites the older version.


What differences?
Figured it out somewhat.. New problem.
How do it get it to display varible..
Like Onactivate Client DisplayVar Stuff
like you usta-could.

Its not too difficult, there is a manual included in V6 which explains most of this stuff, however I'll try to explain.


So you do the normal thing of
Code: [Select]
OnActivate>Client>ChatMessage/CentrePrint/BottomPrint> Then in the perameters you need to put something like...
Code: [Select]
You currently have <var:client:wood> wood.The <var:client:wood> would be if you had a variable called wood and it was assigned to the client. It is a simple variable replacer (learn more in the manual). If you need any more help just ask =]