1
SCI Development Tools / Re: Looking for a lil help
« on: December 30, 2014, 07:29:56 AM »
ahh gotcha
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.




(if(Said('use>'))
(if(Said('/keys>'))
(if(Said('//lighter'))
(if(send gEgo:has(INV_KEYS))
(if(send gEgo:has(INV_DEADLIGHTER))
Print("You remove the metal top of the lighter with your keys, take the flint and discard what's left of the dead lighter.")
(send gEgo:get(INV_FLINT))
(send gEgo:put(INV_DEADLIGHTER))
)
(else Print("You don't have a dead lighter."))
)
(else Print("You don't have any keys."))))
(if(Said('/scissors>'))
(if(Said('//firework'))
(if(send gEgo:has(INV_SCISSORS))
(if(send gEgo:has(INV_FIREWORK))
Print("You carefully cut away the cardboard from the firework and remove the explosive shell discarding the rest.")
(send gEgo:get(INV_EXPLOSIVE))
(send gEgo:put(INV_FIREWORK))
)
(else Print("You don't have any fireworks."))
)
(else Print("You don't have any scissors."))))
SMF 2.0.19 |
SMF © 2021, Simple Machines
Simple Audio Video Embedder
Page created in 0.053 seconds with 19 queries.