Yoko

All sides of Injection
It is currently 2026-03-12 21:46:12

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
 Post subject: ' help plz!!!
PostPosted: 2004-10-06 04:57:06 
Offline

Joined: 2004-10-05 03:42:58
Posts: 2
First, Sorry for my bad english.

Today i tried to creat a small macro for tailoring. I do this:

sub tailor3()
VAR cloth=0x40011340
UO.WaitMenu('Cloth','Misc.','Misc.','Body sash d intelligence')
UO.UseType(0x0f9d)
uo.waittargetobject(cloth)
wait(7000)
tailor1()
end sub

in the line UO.WaitMenu('Cloth','Misc.','Misc.','Body sash d intelligence')
I need to add and ' int he word. (I speak french and i play on a french server)

I want to create that line but the ' make an error...
UO.WaitMenu('Cloth','Misc.','Misc.','Body sash d'intelligence')

'Body sash d'intelligence' d'intelligence

Plz help me.


Top
   
 Post subject: Re: ' help plz!!!
PostPosted: 2004-10-06 07:51:34 
Offline
Expert!
User avatar

Joined: 2004-07-04 00:14:58
Posts: 1284
try this
Code:
UO.WaitMenu("Cloth","Misc.","Misc.","Body sash d'intelligence")


Top
   
 Post subject: dont work
PostPosted: 2004-10-06 14:26:28 
Offline

Joined: 2004-10-05 03:42:58
Posts: 2
That not work...


Top
   
 Post subject:
PostPosted: 2004-10-06 15:26:31 
Offline
Junior Expert

Joined: 2004-09-18 15:12:06
Posts: 138
Try shorter variant
Code:
UO.WaitMenu("Cloth","Misc.","Misc.","Body sash")


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 4 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited