Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Standby time


egemert35
 Share

Recommended Posts

Hello everybody.

I looked Google but i couldn't find anything about this topic.

How can i add standby time before "SendAnimation (Player(Index).Map), HICCUP_ANIM, (Player(Index).x), (Player(Index).y)" .

```

Call SetPlayerPOINTS(index, GetPlayerPOINTS(index) + 3)

Call SetPlayerExp(index, expRollover)

Select Case GetPlayerLevel(index)

Case 16

If GetPlayerClass(index) = 1 Then

SendAnimation (Player(Index).Map), HICCUP_ANIM, (Player(Index).x), (Player(Index).y)

SetPlayerClass index, 6

SetPlayerSprite index, 2

SetPlayerStat index, Strength, GetPlayerStat(index, Strength) + 10

SetPlayerStat index, Endurance, GetPlayerStat(index, Endurance) + 10

SetPlayerStat index, Agility, GetPlayerStat(index, Agility) + 5

SetPlayerStat index, Intelligence, GetPlayerStat(index, Intelligence) + 10

SetPlayerStat index, Willpower, GetPlayerStat(index, Willpower) + 10

SendStats index

End If

End Select

```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...