*Creates a new character*
Hey wait a minute....
A skill number is out of range? o.O
Search found 4 matches
- Mon Oct 24, 2011 11:53 am
- Forum: General Help (098)
- Topic: [Error] First Setup
- Replies: 6
- Views: 29404
- Mon Oct 24, 2011 10:58 am
- Forum: General Help (098)
- Topic: [Error] First Setup
- Replies: 6
- Views: 29404
Re: [Error] First Setup
Thank you, and I love you.
- Mon Oct 24, 2011 9:39 am
- Forum: General Help (098)
- Topic: [Error] First Setup
- Replies: 6
- Views: 29404
Re: [Error] First Setup
Alright. THe first 2 are fixed, tried using:
program closeOtherGump(params)
var mobile := params[1];
var pid := params[2];
var timer := params[3];
var ret_val := params[4];
params := 0; // Not needed anymore.
Sleep(CInt(timer));
GFcloseOtherGump(mobile, pid, ret_val);
endprogram
though ...
program closeOtherGump(params)
var mobile := params[1];
var pid := params[2];
var timer := params[3];
var ret_val := params[4];
params := 0; // Not needed anymore.
Sleep(CInt(timer));
GFcloseOtherGump(mobile, pid, ret_val);
endprogram
though ...
- Mon Oct 24, 2011 8:44 am
- Forum: General Help (098)
- Topic: [Error] First Setup
- Replies: 6
- Views: 29404
[Error] First Setup
Hi, just getting back into UO again. Normally I use RunUO because I am great at C#, however I am testing my eScript capabilities.
Sooo, during my first setup I get 3 script errors, can yous help me with them, so I can test my custom scripts Ima make.
I installed the POL097 Distro and used the ...
Sooo, during my first setup I get 3 script errors, can yous help me with them, so I can test my custom scripts Ima make.
I installed the POL097 Distro and used the ...