Hey guys,
for example I have a script...
@script
void vSelf = getlocalvar ("self");
if (frame==1)
{
// do something
}
@end_script
and I also have...
@cmd dasher 0 0 0
are there ways to combine these two without getting errors?
such as this...
@script
void vSelf = getlocalvar ("self");
if (frame==1)
{
@cmd dasher 0 0 0
}
@end_script
I've been curious about how this is done for a while or something similar to the example above.
Thanks
for example I have a script...
@script
void vSelf = getlocalvar ("self");
if (frame==1)
{
// do something
}
@end_script
and I also have...
@cmd dasher 0 0 0
are there ways to combine these two without getting errors?
such as this...
@script
void vSelf = getlocalvar ("self");
if (frame==1)
{
@cmd dasher 0 0 0
}
@end_script
I've been curious about how this is done for a while or something similar to the example above.
Thanks