23.07.2013, 19:57
Something like this perhaps:
new object;
new bool: etc...
if (robbing the store == 1)
{
object=create object (1829)
}
else if (robbing the store == 0)
{
deleteobject(object)
}
Not this exactly but like this.
new object;
new bool: etc...
if (robbing the store == 1)
{
object=create object (1829)
}
else if (robbing the store == 0)
{
deleteobject(object)
}
Not this exactly but like this.