
02-22-2005, 11:00 PM
|
|
Scriptess
|
 |
Join Date: Aug 2003
Location: asmgarden.gmap
Posts: 606
|
|
|
Kenshin, that RC is just a weapon script with a gui and some sendtorc's =] ... scarily easy to make.
Back on topic:
I've encountered the (playerenters) event not being triggered once or twice. I use the (created) event for one-time initialization, though, so it isn't much of a concern. I only use (playerenters) for just that, initialization of player-specific vars, not for the script initialization.
Anyways, an easy fix for the problem you're experiencing would be to include the (playerenters) code in the (created) block so it runs for the first player as well.
Here's another bug I've found:
When saving/loading a file, all the newlines get doubled. This makes it extremely difficult to make a notepad-style script.
I've only tested this on a Windows computer... not sure if that bears any relevance to the problem (I was thinking CRLF (windows) vs CR (linux) for newlines might have something to do with it). |
__________________
|
Last edited by calani; 02-22-2005 at 11:13 PM..
|
|
|