Weeha :)
Printable View
Weeha :)
V3 means MMF3 ?
Yay, fankoo!
I guess it'd be too much to ask for an IF statement too, wouldn't it? ;)
On a side note, I'm working on an app that can help with this until MMF supports it.
It takes a string like this:
And returns this:Code://Define variables
xpos("Monster") = m;
xpos("Player") = p;
//Plot a one-tiered IF statement
if( m > p )
{
p //value if true
}
else
{
m + 1 //value if false
}
That's the plan anyway, it's a work in progress. The objective of the object is to help build complex formulae and expressions in a slightly simpler format.Quote:
CompareIntegers("Immediate If Object", xpos("Monster"), ">", xpos("Player"), xpos("Player"), xpos("Monster") + 1)
It's handy, cos using this you can avoid loops in filtering objects. You use an immediate if instead of a condition to set a variable in an alterable value for many objects at once (simulates a kind of For Each process) and then compare that in a later event. Tis useful.
Quote:
Originally Posted by Sphax
Yes, as it implies heavy changes in the storage of events.
Well could you make it unicode then ? That way, multi-language support is there, even if it takes a bit more space and more time?Quote:
Originally Posted by Francois
I vote for UTF-8 instead of ASCII! :D