To know if the player is stopped (Not Walking)
Code: Select all
Char(1).Xsp
If =0 then
Do Something
End IfTo Know if it's Walking=
Code: Select all
Char(1).Xsp
If <>0 then
Do Something
End If
Are they?
Is those scripts right?
To know if the player is stopped (Not Walking) Code: Select all Char(1).XspTo Know if it's Walking= Code: Select all Char(1).XspAre they? Not really up to it.
| ||
|
The value which is conditionned must be before the = like that :
Code: Select all If Char(1).Xsp=0 then | ||
Thanks,but...I wasn't refering to it's structure,I was to if they will do whatever they're meant to. Not really up to it.
| ||
Ah, Yes, they're right. | ||
Who is online (over the past 5 minutes)Users browsing this forum: 1 guest | ||