|
2k Suisei
Registered User
Join date: 9 Nov 2006
Posts: 2,150
|
01-14-2007 08:34
I'm trying to write a script that will make me irresistable to women. Any suggestions? This is where I'm at so far: state_entry() { llSetTimerEvent(120); }
timer() { llSay(0,"I've got loads of money!"); }
It doesn't seem to be working though. Maybe I should adjust the timer?, or perhaps there is a script already out there that does something similar?
|
|
Checho Masukami
UnRez it or use a hammer
Join date: 6 Oct 2006
Posts: 191
|
01-14-2007 08:40
Try this one: integer SexAppeal=0; default { state_entry() { llSetTimerEvent(0.1); } timer() { ++SexAppeal; } }
WARNING: Using SexAppeal = llGetPersonality("Checho Masukami"); May result in you being banned from all women agenda and banned from their lands.
|