![]() |
Vars and stuff
If I do a weapon like this:
if (playerenters) { timeout=1; } if (timeout) { if (level.wee==1) { setplayerprop #c,Wee; } timeout = 1; } I then make an NPC in the level that is like this: if (playerenters) { timeout = .05; } if (timeout) { level.wee = 1; timeout = .05; } Would this make the character say Wee when I enter the level and have the weapon? |
um...couldn't you just do:
NPC Code: |
Jadis:
Not if you're cool. |
You don't get it. I wanna know if a weapon can read vars set by another non-weapon NPC in the level.
|
Quote:
|
Thanks Lady Midnight!
|
| All times are GMT +2. The time now is 07:45 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.