The Dink Network

Reply to Re: The int &crap part

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
October 27th 2003, 05:06 PM
custom_simon.gif
SimonK
Peasant He/Him Australia
 
About local variables. I have found these aren't read by custom procedures (unless created in the custom procedure itself)

ie - in a sample trader script which is usually attached to a bench and generates a trade dude which he shall call &trader so he talks to Dink instead of the bench... then if you create a custom procedure - say like "getDinkDrunk()" then the &trader variable doesn't seem to be recognised.

I got around this by using the tempholder global variables that the original game uses - &temphold, &temp1hold... etc