The Dink Network

Reply to Re: Script Interrupted

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:
 
 
January 2nd 2010, 10:58 AM
knightgl.gif
Castman
Peasant He/Him Brazil
Some day I'll finish my mod... Some day... 
Thanks everybody ^^

Scratcher is right, during that "wait(5000)" time (5 secs) if you press the space button the script is interrupted and the next part is skipped, would be the same of adding "return;" after the "wait"... The script stops working

But the script is attached to the screen, not on sprites...

As I see, all the script examples you guys wrote here will not solve the problem... That's 'cos the changes are coming after that "wait" thing, so if I press "talk" the script will stop worknig and nothing after that 'wait' will work

I've already tried loops, variables, but that would need the script to be reactivated after the player press "talk", what I don't know how to do

I want to know how to make the script keep running without the need of freeze the player inside the prision cell.

^^