What is the syntax for multiply and divide?
Posted: February 17th, 2010, 5:09 am
New question: I've tried doing
Number1 = (* $Number1 4)
or Number1 = (/ $Number1 2)
it doesn't recognise the syntax. Can I have the symbols for multiply and divide? Also, what language does sandbox use? Maybe that would help if I come across anything else syntax related.
Old question: Say I want to make you play a guessing game with an npc, and you have to guess the right number. How can I make the right number be random? Just looking for the syntax
Number1 = (* $Number1 4)
or Number1 = (/ $Number1 2)
it doesn't recognise the syntax. Can I have the symbols for multiply and divide? Also, what language does sandbox use? Maybe that would help if I come across anything else syntax related.
Old question: Say I want to make you play a guessing game with an npc, and you have to guess the right number. How can I make the right number be random? Just looking for the syntax