#What does watch value,debug,and comment do

1 messages · Page 1 of 1 (latest)

pastel snow
#

Basically I'm trying to find out what the things in "tools" are for

cerulean mist
#

Watch value-
Monitors a variable's value (numbers, texts, true/false, etc.). Used for calculating stuff and knowing their value
Debug-
Lets you execute a line of a script (only lines below the debug block), used for finding errors, or to see what's happening line by line
Comment-
Let's you organize you script and make it shorter (visually),used to differentiate different parts of a script to make locating parts easier

#

Watch value can b put in an INF loop to continuously monitor smth

raven rapids
#

Are you able to see debug and watchvalue ingame?

#

Like not when playtesting but actually playing game in home menu

#

I dont want some people to see my scripts when playing

cerulean mist
#

Just turn on "watch value" in dev panel

raven rapids
#

Ok thanks

#

I didnt know what watch value did so I wasted my time

#

Scripting infinite loop "Set Text = (global var)"