Show the most recent posts.
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Can't download a script? Please read the
Rules
Home
Help
Search
Posts
Recents
Tags
Calendar
Links
Discord
Dantes Inferno
Login
Register
ScriptUO
»
Scripting Resources & Utilities
»
Stealth Client
»
Stealth archive
(Moderators:
Newb
,
Boydon
,
Crome969
) »
Tutorial : Pascal Script
Add to Reputation:
What do you think of this post?
I agree
I disagree
Comment:
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Tutorial : Pascal Script (Read 15442 times)
0 Members and 1 Guest are viewing this topic.
Crome969
Moderator
Posts: 2098
Activity:
0%
Reputation Power: 25
Gender:
UO Enthusiast
Respect:
+559
Referrals: 10
Tutorial : Pascal Script
«
on:
January 20, 2012, 01:26:16 PM »
0
«
Last Edit: January 21, 2012, 12:22:01 AM by Crome969
»
Logged
gimlet
Very Super Secret
Global Moderator
Posts: 6329
Activity:
0.4%
Reputation Power: 73
Gender:
Respect:
+656
Referrals: 3
Re: Tutorial : Pascal Script
«
Reply #1 on:
January 20, 2012, 02:56:59 PM »
0
end. or end; ?
Logged
camotbik
Sr. Member
Posts: 349
Activity:
0%
Reputation Power: 3
Gender:
Hello! I'm a UO addict.
Respect:
+90
Referrals: 0
Re: Tutorial : Pascal Script
«
Reply #2 on:
January 20, 2012, 03:30:42 PM »
0
end. is in the ending of a script, end; is in ending of a sub/function/block whatever you call it
Logged
What you witness -- is whatver..
uogamers hybrid.
gimlet
Very Super Secret
Global Moderator
Posts: 6329
Activity:
0.4%
Reputation Power: 73
Gender:
Respect:
+656
Referrals: 3
Re: Tutorial : Pascal Script
«
Reply #3 on:
January 20, 2012, 06:47:08 PM »
0
ah ic thanks
Logged
Alpha
Hero Member
Posts: 583
Activity:
0%
Reputation Power: 10
Respect:
+99
Referrals: 0
Re: Tutorial : Pascal Script
«
Reply #4 on:
October 27, 2012, 11:34:56 AM »
0
program Say;
const
Hello = 'Hello';
var
World: String;
Begin
World
: =
'Ultima'; \\
RED
Text should be := No space..
UOSay (Hello + '' + World);
End.
Working through stuff slowly but was like hmm... what am I doing wrong lol.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Tags:
ScriptUO
»
Scripting Resources & Utilities
»
Stealth Client
»
Stealth archive
(Moderators:
Newb
,
Boydon
,
Crome969
) »
Tutorial : Pascal Script