I never really got overlays
how do i set them up
where do the icons have to be
and what do i name them
could anybody post some good examples?
ID:165826
![]() Oct 26 2006, 2:40 pm
|
|
![]() Oct 26 2006, 2:55 pm
|
|
what if i want a icon to show but temporarly
like if its dbz and i wanna show the animation of the guy going ssj andthen make it go away would i use the same thing? |
okay thats done
if i want to do an if statement but i wanna put more than one conditions how would i do it? |
Use the && and || operators.
if(a && b) means "If a and b are true..." if(a || b) means "if a or b are true..." You can combine them in interesting ways, so: if((a&&b)||c||d) means "If a and b are true, or c is true, or d is true..." |
*sigh*
Read the DM Guide. After reading it, you will know exactly what overlays and underlays do and much more. Failing to read it will result in your inability to efficently code. 100% guaranteed! |