ID:159767
 
How do I call a mob variable in an obj?

Better yet, is there a way to make a variable global?
You cannot call a variable. What are you talking about?

global var:
var/this_is_global = 10
In response to Jeff8500
You know what I mean... "Use" for lack of a better word, but you solved it, so yah.
Elecrusher wrote:
How do I call a mob variable in an obj?

Which mob?

Better yet, is there a way to make a variable global?

var/this_is_a_global_var
You need to typecast the mob in.

obj