![]() |
![]() ![]() ![]() ![]() ![]()
|
Author | Topic: disabling commands |
babydragon |
![]() Anyone know of a way to disable specific player commands at certain points? Situation: players can use some commands (like rolling and changing class) in the "character generation" room, but these commands should be disabled when the start the adventure... Thanx for the help! |
babydragon |
![]() Uh, I think I just figured it out. Comments still welcome though. I'll just make those commands only function while the player is in the character generation room. Sounds easy.. |
babydragon |
![]() yep, it worked, just made an object in inventory only available in character generation room and can only execute those commands (roll, change class, etc) when player has that object... |
Computer Whizz |
![]() ..........Or you could use the room declaration block to declare "room-specific commands". Where players can only execute those commands in that room! go here : Computer Whizz |
babydragon |
![]() Ah yes, thanks for pointing that out. That is extremely useful. |