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

Would this work? [Scripting Question]


demon xxx x
 Share

Recommended Posts

Would this work?  I just put random stuff for the Sub name, and the GetVar stuff…  But, I just tried it randomly, to see if it would work.. anyone know if this would work???

```
Sub Script(index)

If GetPlayerSprite(index) = 1 Then
Script = GetVar("Server\Goth.ini", "SCRIPT", "Kill" & index)
Else
Call PutVar("Server\Goth.ini", "SCRIPT", "Kill")
End If

End Sub
```
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...